home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / NetHack_3_1.lha / NetHack / NetHack.cnf < prev    next >
Text File  |  1993-01-31  |  3KB  |  97 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for two cases, a person with a hard
  4. # disk as drive DH0:, and 1 person with two floppy disks.  If several people
  5. # are to use it, don't specify "name" or personal prefences like "dogname"
  6. # or "packorder" in OPTIONS.
  7.  
  8. # To change configuration, comment out the unwanted configurations, and
  9. # remove the comment from the configuration you want.
  10.  
  11. # Some options to set personal preferences.  If several people are to
  12. # use it, options like these should not be set here - use the command line
  13. # (if playing from CLI) or ToolTypes (if playing from WorkBench)
  14. #OPTIONS=name:Janet-V,female,dogname:Fido,fruit:apricot
  15. #OPTIONS=packorder:")[%?+/=!(*0_`,scores:10t/2a,noverbose
  16.  
  17. # Other general options
  18. OPTIONS=time,rest_on_space,nopickup
  19.  
  20. # The search path for files like record, help, opthelp, etc.
  21. #PATH=NetHack:
  22. PATH=NetHack:
  23.  
  24. # My own setup
  25. OPTIONS=dogname:Killer,catname:Pussy
  26.  
  27. # A hard disk configuration.
  28. #
  29. #HACKDIR=DH0:/games/hack
  30. # The ";n" means don't prompt to insert a disk.
  31. #SAVE=;n
  32. #LEVELS=DH0:games/hack/bones
  33. #SAVE=DH0:/games/hack/bones;n
  34.  
  35. # A development HD configuration
  36. #
  37. #HACKDIR=NetHack:
  38. #LEVELS=NetHack:levels
  39. #SAVE=NetHack:save
  40.  
  41. # A 2-floppy, 2-megabyte configuration.
  42. #
  43. #HACKDIR=NetHack:
  44. #LEVELS=df1:
  45. #SAVE=df1:save
  46.  
  47. # A minimal configuration
  48. HACKDIR=NetHack:
  49. LEVELS=Nethack:levels
  50. SAVE=Nethack:save
  51.  
  52. # *** CHARACTER GRAPHICS ***
  53. #
  54. # The 69 GRAPHICS characters (0-68) are:
  55. #
  56. # stone,
  57. # walls: vertical, horizontal,
  58. #     4 corners: top left, top right, bottom left, bottom right,
  59. #     cross wall,
  60. #     4 T walls: upward, downward, left, right,
  61. # doors: no door,
  62. #     open doors: vertical, horizontal,
  63. #     closed doors: vertical, horizontal,
  64. # floor,
  65. # corridors: unlit, lit,
  66. # stairs up, stairs down, ladder up, ladder down,
  67. # trap, web, altar, throne, sink, fountain, pool/moat, ice, lava,
  68. # lowered drawbridge: vertical, horizontal,
  69. # raised drawbridge: vertical, horizontal,
  70. # air, cloud, water,
  71. # 4 beams: vertical, horizontal, left slant, right slant,
  72. # digging beam, camera flash beam, left boomerang, right boomerang,
  73. # 4 magic shield display symbols,
  74. # 8 swallowed: top left/middle/right, mid left/right, bottom left/mid/right,
  75. # 9 explosion: [3 rows (top, middle, bottom) of 3 characters]
  76. #
  77. # If you specify fewer than 69 ASCII values, the remaining characters will be
  78. # set to their respective defaults:
  79. #       ' '  |   -   -   -   -   -   -   -   -
  80. #           |   |   .   -   |   +   +   .   #   #
  81. #        <   >   <   >   ^   "   _   \   #   {
  82. #        }   .   }   .   .   #   #  ' '  #   }
  83. #        |   -   \   /   *   !   )   (   0   #
  84. #        @   *   /   -   \   |   |   \   -   /
  85. #        /   -   \   |  ' '  |   \   -   /
  86. #
  87. # Note that the hack.font has special graphics characters from 128 on.
  88.  
  89. # An example using my special hack.font graphics character set:
  90. GRAPHICS = 192 193 194 195 196 197 198 199 200 201 \
  91.            202 203 204 205 206 207 208 209 210 211 \
  92.            212 213 214 215 216 217 218 219 220 221 \
  93.            222 223 224 225 226 227 228 229 230 231 \
  94.            232 233 234 235 236 237 238 239 240 241 \
  95.            242 243 244 245 246 247 248 249 250 251 \
  96.            128 129 130 131 132 133 134 135 136
  97.